home *** CD-ROM | disk | FTP | other *** search
- Path: news.iadfw.net!usenet
- From: alpet@airmail.net (Adam Peterson)
- Newsgroups: comp.lang.c
- Subject: Re: gettimeofday() makes me mad !
- Date: Tue, 27 Feb 1996 06:37:12 GMT
- Organization: customer of Internet America
- Message-ID: <4gu1ue$39m@news-f.iadfw.net>
- References: <4gnkth$4on@piston.ecp.fr>
- NNTP-Posting-Host: dal24-28.ppp.iadfw.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- dureta8@cti.ecp.fr (BIG ONE) wrote:
-
- > Hello all. If someone could help...
-
- >COMPILER : gcc, or cc on a Unix system.
-
- >PROBLEM : I'm trying to make a little program which must repeat an
- >action every .2 second for example ( less than 1 sec anyway). time()
- >wouldn't fit, so I searched and found the function gettimeofday() in
-
- You are on a Unix system, any reason you are not using 'sleep'?
-
- Adam
-
-
-